dialog: Avoid possible use-after-free
authorBastien Nocera <hadess@hadess.net>
Mon, 17 Mar 2014 08:27:36 +0000 (09:27 +0100)
committerBastien Nocera <hadess@hadess.net>
Mon, 17 Mar 2014 13:29:10 +0000 (14:29 +0100)
commit20c764fc5ea09f0f0160bdf5e57946eccd56613c
tree44a4336f8627e8ce5b89fdd97161fff6956ecbb8
parent5b4a942260ff2eda91d43b398cd22979ea0bb705
dialog: Avoid possible use-after-free

When the dialogue's titlebar was replaced, we were still trying to
update the label we constructed but that was now destroyed.

https://bugzilla.gnome.org/show_bug.cgi?id=726492
gtk/gtkdialog.c